emacs.git
2024-03-04 Eli ZaretskiiAvoid crashes due to base-less indirect buffer
2024-03-04 Martin RudalicsFix 'set-window-configuration' and 'window-state-put'
2024-03-04 Basil L. Contovounesios; Fix last major-mode-remap-defaults change.
2024-03-04 Stefan Monnier(major-mode-remap(-defaults)): New var and function...
2024-03-04 Po LuUpdate tramp-androidsu
2024-03-04 Stefan MonnierRevert "ox-texinfo:: Require only TEXINFO_DIR_CATEGORY"
2024-03-04 Stefan MonnierRevert "Set org-macro-templates more lazily"
2024-03-03 Stefan Monnier(cl--typeof-types): Rework to fix some regressions
2024-03-03 Stefan MonnierSet org-macro-templates more lazily
2024-03-03 Stefan Monnierox-texinfo:: Require only TEXINFO_DIR_CATEGORY
2024-03-03 Juri Linkov* lisp/net/dictionary.el (dictionary-display-match...
2024-03-03 Juri Linkov* lisp/net/dictionary.el (dictionary-new-matching)...
2024-03-03 Andrea Corallo* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr...
2024-03-03 Andrea Corallo* Fix 'cl--typeof-types' computation
2024-03-03 Eric AbrahamsenUse funcall on function values in gnus-agent.el
2024-03-02 Juri Linkov* lisp/net/dictionary.el: Better handling of messages...
2024-03-02 Juri Linkov* lisp/replace.el (perform-replace): Accept default...
2024-03-02 Juri Linkov* lisp/buff-menu.el (Buffer-menu-marked-buffers): Add...
2024-03-02 Juri Linkov* doc/lispref/modes.texi (Tabulated List Mode): Uninden...
2024-03-02 Eli ZaretskiiMerge from origin/emacs-29
2024-03-02 Yoshiku OnuAdd new input method "english-colemak"
2024-03-02 Kazuhiro Ito* lisp/language/japanese.el (map): Fix typo (bug#69494).
2024-03-02 Kazuhiro ItoFix Japanese language environment on Cygwin and MS...
2024-03-02 Po LuImplement dead key combination on Android
2024-03-01 Andrea Corallo* lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types...
2024-03-01 Wilson SnyderVerilog-mode update from upstream https://github.com...
2024-03-01 Eli ZaretskiiFix documentation of last change
2024-03-01 Eli Zaretskii; * src/buffer.c (Fmake_indirect_buffer): Doc fix.
2024-03-01 Andrea CoralloMerge branch 'feature/type-hierarchy' into 'master'
2024-03-01 Andrea Corallo* doc/lispref/objects.texi (Type Hierarchy): Small...
2024-03-01 Andrea Corallo* Fix compilation warning in 'cl--supertypes-for-typeof...
2024-03-01 Dan JacobsonFix typos in vnvni.el.
2024-02-29 Eli Zaretskii; Improve documentation of last changeset (bug#69305)
2024-02-29 Juri LinkovAdd tabulated-list-groups and Buffer-menu-group-by...
2024-02-29 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2024-02-29 Eli Zaretskii; Tweak recently-added NEWS entry.
2024-02-29 Basil L. Contovounesios; Fix some wording in recent obarray changes.
2024-02-29 Eli ZaretskiiImprove documentation of recent changes in comp-run.el
2024-02-29 Andrea Corallo* etc/TODO (Native compiler improvements): Remove an...
2024-02-29 Andrea Corallo* Add 'native-comp-async-report-warnings-errors-kind'
2024-02-29 Andrea Corallo* Improve 'native-comp-async-report-warnings-errors...
2024-02-29 Robert PluimPacify more docstring control char warnings
2024-02-29 Po LuFix subprocess creation in directories managed by tramp...
2024-02-28 Andrea CoralloRun syncdoc-type-hierarchy.el to follow obarray type...
2024-02-28 Andrea CoralloMerge remote-tracking branch 'origin/master' into ...
2024-02-28 Andrea Corallo* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies...
2024-02-28 Andrea Corallo* lisp/emacs-lisp/comp.el (comp-known-predicates):...
2024-02-28 Basil L. Contovounesios; Fix :type of text-mode-ispell-word-completion.
2024-02-28 Basil L. ContovounesiosPacify some docstring control char warnings
2024-02-28 Michael AlbinusRevert change in tramp-adb-send-command
2024-02-28 Basil L. Contovounesios; * .mailmap: Fix GitHub address (bug#68559#170).
2024-02-28 Liu HuiFix Python shell completion test failures
2024-02-28 Basil L. Contovounesios; Update Lisp_Obarray hash for CHECK_STRUCTS
2024-02-28 Po Lu; Fix last change
2024-02-28 Po LuLift restrictions on `tramp-androidsu's app data access
2024-02-27 Stefan Monniervhdl-mode.el: Reduce use of `eval`
2024-02-27 Eli Zaretskii; * lisp/vc/vc.el (vc-clone): Fix wording of doc string.
2024-02-27 Andrea Corallo; * src/data.c (Ftype_of): Update comment.
2024-02-27 Eli ZaretskiiAvoid assertion violations in bidi.c
2024-02-27 Philip KaludercicAllow vc-git-clone to check-out arbitrary revisions
2024-02-27 Po LuDisable process tracing before launching /system/bin/su
2024-02-26 Stefan Monniertex-mode.el: Increase depth of braces highlighted in...
2024-02-26 Mattias EngdegårdMake tree-sitter tests work installed in .emacs.d/tree...
2024-02-26 Stefan Monnier(edebug-tests-trivial-comma): Avoid interaction (bug...
2024-02-26 Eli ZaretskiiFix display of reordered Arabic text
2024-02-26 Po Lu; Delete trailing whitespace
2024-02-26 Po LuIntroduce a new TRAMP method `androidsu'
2024-02-25 Stefan Monnier* lisp/vc/vc-hooks.el (vc-mode): Give a body to the...
2024-02-25 Stefan Monnier* lisp/files.el (hack-one-local-variable): Use `set...
2024-02-25 Michael AlbinusModify last change acc to comments
2024-02-25 Michael Albinus'read-passwd' can toggle the visibility of passwords
2024-02-25 Michael Heerdegen; * lisp/subr.el (if-let, and-let*): Tweak doc strings...
2024-02-25 Michael HeerdegenDon't warn about _ not left unused in if-let and alike
2024-02-25 Juri Linkov* lisp/progmodes/project.el (project-any-command):...
2024-02-25 Eli Zaretskii* nt/cmdproxy.c (_snprintf) [_UCRT]: Redirect to 'snpri...
2024-02-25 Po LuArrange for dialog boxes during emacsclient requests...
2024-02-24 Stefan Monnier* lisp/progmodes/elisp-mode.el (eval-last-sexp, eval...
2024-02-24 Stefan Monnier* etc/NEWS.25: Add 'obarrayp' as well
2024-02-24 Stefan Monnier* etc/NEWS.25: Add missing announcement of 'obarray...
2024-02-24 Mattias EngdegårdReplace XSETSYMBOL with make_lisp_symbol
2024-02-24 Stefan Monnier* src/editfns.c (Fget_pos_property): Fix thinko (bug...
2024-02-24 Stefan Monnier(diff-refine-nonmodified): Complete the implementation
2024-02-24 Eli Zaretskii; Fix a recent change in diff-mode.el
2024-02-24 Eli ZaretskiiFix infinite recursion in gdb-mi.el
2024-02-24 Eli ZaretskiiMerge from origin/emacs-29
2024-02-24 Mattias EngdegårdSuppress docstring control char warning in macro-genera...
2024-02-24 Eli Zaretskii; Fix last change.
2024-02-24 Mattias Engdegård; * etc/NEWS: Recommend obarray-make as correct replace...
2024-02-24 Philip KaludercicAdd sml-mode entry to 'eglot-server-programs'
2024-02-24 Eli ZaretskiiFix 'help-quick-toggle'
2024-02-24 Eli Zaretskii; Fix last change in lisp.h.
2024-02-24 Spencer BaughCheck daemon is initialized before suppressing its...
2024-02-24 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2024-02-24 Spencer BaughAdd context to errors thrown by server-start during...
2024-02-24 Arash Esbati; Fix compiler warning
2024-02-24 Eli Zaretskii; * admin/authors.el (authors-aliases): Fix last change.
2024-02-24 Morgan Smith; Normalize Morgan Smith's attributions.
2024-02-24 Eli Zaretskii; * etc/NEWS: How to fix old code that uses vectors...
2024-02-24 Po Lu* configure.ac: Detect renameat2 with gl_CHECK_FUNCS_AN...
2024-02-24 Emanuel BergMake erc-cmd-AMSG session local; add /GMSG, /AME and...
next